.content-1 {
    width: 100%;
}

/* .dropbtn:hover,
.dropbtn:focus {
    background-color: #2980B9;
} */


.sucmess {
    z-index: 12;
    margin-left: 16px;
    margin-top: 124px;
    width: 331px;
}

.inone-right {
    position: fixed;
    z-index: 1000;
}

.hidden {
    display: none !important;
}

.scrolled {
    position: fixed;
    top: 0;
    width: 100%;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.navbar {
    transition: all 0.3s ease;
}

.fixed-top {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
}

.custom-div {
    width: 100%;
    height: fit-content;
    background-color: #051928;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 24px;
    margin: 50px auto;
}

/* The container <div> - needed to position the dropdown content */

.dropdown {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */

.dropdown-content {
    display: none;
    position: absolute;
    top: 43px;
    background-color: #f1f1f1;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 10;
}

/* Links inside the dropdown */

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    background: aliceblue;
    /* position: relative; */
    width: 100%;
}

/* Change color of dropdown links on hover */

.dropdown-content a:hover {
    background-color: #ddd;
}

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */

.show {
    display: block;
}

.bg-trans {
    background-color: transparent !important;
}

#toggle i {
    background-color: transparent !important;
    color: white;
    scale: 1;
}

.s-box {
    background: blue;
    padding: 0% 21%;
    overflow: hidden;
    /* margin: -14px -14px -14px 0px; */
    border-radius: 0px 17px 17px 0px;
    display: flex;
    align-items: center;
}

.s-box i {
    background-color: transparent !important;
}

/* Important styles */
#toggle {
    width: 30px;
    height: 30px;
}

#toggle span:after,
#toggle span:before {
    content: "";
    position: absolute;
    left: 0;
    top: -9px;
}

#toggle span:after {
    top: 9px;
}

#toggle span {
    position: relative;
    display: block;
}

#toggle span,
#toggle span:after,
#toggle span:before {
    width: 100%;
    height: 5px;
    background-color: #888;
    transition: all 0.3s;
    backface-visibility: hidden;
    border-radius: 2px;
}

/* on activation */
#toggle.on span {
    background-color: transparent;
}

#toggle.on span:before {
    transform: rotate(45deg) translate(5px, 5px);
}

#toggle.on span:after {
    transform: rotate(-45deg) translate(7px, -8px);
}

#toggle.on+#menu {
    opacity: 1;
    visibility: visible;
}

.inquiry-partial {
    position: fixed;
}


#menu {
    color: #999;
    width: 100%;
    height: 100%;
    /* padding: 10px; */
    margin: auto;
    font-family: "Segoe UI", Candara, "Bitstream Vera Sans", "DejaVu Sans", "Bitstream Vera Sans", "Trebuchet MS", Verdana, "Verdana Ref", sans-serif;
    text-align: center;
    border-radius: 4px;
    /* background: white; */
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.05);
    /* opacity: 0;
    visibility: hidden; */
    transition: opacity .4s;
}

.inone {
    display: flex;
    align-items: center;
    width: 95%;
    height: fit-content;
    box-shadow: 0px 0px 18.63px 2.17px #0000002E;
    margin: 10px;
}

/* #menu:after {
    position: absolute;
    top: -15px;
    left: 95px;
    content: "";
    display: block;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 20px solid white;
} */

ul,
li,
li a {
    list-style: none;
    display: block;
    margin: 0;
    padding: 0;
}

li a {
    padding: 5px;
    color: #FFFFFF;
    text-decoration: none;
    transition: all .2s;
    font-family: Barlow;
    font-weight: 700;
    font-size: 14px;
    line-height: 16.8px;
    letter-spacing: 1px;
}

li a:hover,
li a:focus {
    color: #FFC72C;
}

p,
p a {
    color: #222222;
    font-family: Source Sans Pro;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    width: 296px;
    height: 100%;
    gap: 0px;
    opacity: 0px;
    margin: auto;
}

.dropbtn:hover #toggle.on+#menu {
    display: none;
}


@media screen and (max-width:1550px) {
    .video .left {
        width: 50% !important;
        /* margin: 0px auto 0vw 6vw !important; */
        background-color: #146547;
        color: white;
        padding-top: 18px;
    }
}

@media screen and (max-width:1250px) {

    #menu {
        /* margin-top: 104px !important; */
    }

    #toggle {
        /* margin: -202px -22px 1px 1px !important; */
    }

    .up-left {
        margin: 1px auto 1px 6%;
    }

    .up-left {
        width: 90% !important;
    }

    .testomonial .up {
        flex-wrap: wrap !important;
    }

    .up-right {
        width: auto !important;
        margin: auto !important;
    }
}

@media screen and (max-width:1150px) {
    .content-1 .left {
        width: 62% !important;
        margin: auto auto auto auto !important;
        padding-left: 3%;
        margin-top: 121px;
    }

    .content-1 .right {
        margin: auto;
        width: 100%;
        margin-right: auto !important;
    }

    .content-1 {
        /* margin-top: 14vh; */
    }
}

@media screen and (max-width:1243px) {
    /* .navbar {
        width: 100% !important;
    } */

    .first-box .navbar {
        justify-content: space-evenly;
    }
}

.top0 {
    top: 0px;
}

@media screen and (min-width:831px) {
    .dropdown {
        display: none !important;
    }
}

@media screen and (max-width:830px) {
    .center ul {
        display: none;
    }

    .content-1 .right {
        margin-right: auto;
    }

    .content-1 .right {
        width: 90%;
    }

    .content-1 .left {
        width: 100% !important;
    }

    #toggle {
        right: -29px;
        top: 8pxpx;
        /* margin: 33px -38px auto auto; */
        z-index: 1;
    }
}

@media screen and (max-width:750px) {
    .navbar .left img {
        width: 220px;
    }

    .video .left {
        width: 100% !important;
        margin: auto !important;
    }

    .video .right img {
        width: auto !important;
    }

    #menu {
        /* margin-top: 10px !important; */
    }

    .second-layer {
        margin-top: 0px !important;
    }

    .fourbox .left img {
        width: 100%;
    }

    .navbar .right input {
        width: 70%;
    }

    #toggle {
        right: -51px;
        top: -36px;
    }

    .campus .right .flex-column h1 {
        text-align: center;
    }

    .four-card .card {
        margin-bottom: 60px !important;
    }

    #width-25 {
        width: 80% !important;
    }

    .left-text a {
        margin-top: 20px;
    }

    .content-1 a {
        margin: auto;
    }

    #img1,
    #img2 {
        display: none !important;
    }

    .left-text {
        margin-left: 0px !important;
        width: 98% !important;
    }

    #marginadj {
        margin: auto !important;
    }

    .up-right a {
        margin: auto;
    }

    .campus .left a {
        margin: auto !important;
    }

    .newsevent img {
        width: 100% !important;
    }

    .newsevent h1 {
        text-align: center;
        margin-top: 10px;
    }

    .campus .right {
        margin-top: 50px;
    }

    .flex-column i {
        margin: auto !important;
    }

    .second-layer {
        padding: auto;
    }

    .content-1 .left h1 {
        margin-top: 20px !important;
        text-align: center;
        width: 100% !important;
    }

    .content-1 p {
        width: 100% !important;
        text-align: center !important;
    }

    .navbar .right input {
        width: 90%;
        font-size: 15px;
        background-color: rgb(240, 248, 248);
    }

    .dropdown {
        display: flex;
        margin: auto;
    }

    section.top-header.flex.justify-around.items-center.bg-blue-500.text-white.py-4 {
        display: none;
        height: auto !important;
    }

    .first-box .navbar {
        top: 0px !important;
        width: 100% !important;
    }

    .social-links {
        width: 22%;
    }

    .uppercase {
        width: 90%;
    }

    /* .content-1 .left {
        flex-wrap: wrap !important;
        width: auto !important;
        justify-content: start !important;
        margin: 31px 0px 0px 0px !important;
    } */

    .content-1 .right {
        justify-content: center;
    }

    .pageform {
        width: 100% !important;
        border-radius: 14px !important;
        margin-top: 0rem !important;
        margin-right: 2px !important;
    }

    #toggle {
        margin: auto -12px 37px 89px;
    }

    /* .content-1 .left {
        margin-top: 106px !important;
    } */

    /* .content-1 {
        height: auto !important;
        flex-wrap: wrap;
        height: 122vh !important;
    } */

    .content-1 .right {
        margin: auto !important;
    }

    #full-width-600 {
        width: 100%;
    }

    .second-layer .left-text {
        width: 100% !important;
    }

    .three-box {
        flex-wrap: wrap;
    }

    .three-box .box {
        width: 98% !important;
        margin: 5px auto !important;
    }

    .fourbox {
        flex-direction: column;
        width: 100% !important;
    }

    .fourbox .left {
        width: 100%;
    }

    .fourbox .right {
        width: 100%;
    }

    .fourbox .right .parent {
        margin-left: 0px !important;
        margin-top: 1px !important;
        flex-wrap: wrap !important;
    }

    .fourbox .parent div {
        width: 92% !important;
        text-align: center !important;
    }

    .heading-card {
        width: 100% !important;
    }

    .four-card .card {
        margin: 17px 12px;
        width: 94% !important;
    }



    .testomonial {
        margin-top: 4% !important;
    }

    .video {
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }

    .video .right img {
        margin-left: 1px !important;
    }

    .video .right {
        width: 100% !important;
    }

    .vid-box-perent {
        width: 100% !important;
    }

    .vid-box-perent .vid-box {
        margin: 10px auto !important;
        width: 100%;
    }

    .up-left {
        margin: 1px auto 1px 1px !important;
    }

    .up-right {
        width: 100% !important;
        margin: 1px auto auto 0px !important;
    }

    .testomonial .up {
        align-items: center;
        flex-wrap: wrap;
    }

    .testomonial .down {
        width: 100% !important;
        flex-wrap: wrap !important;
    }

    .campus .left {
        width: 100% !important;
    }

    .campus {
        flex-wrap: wrap !important;
    }

    .campus .right {
        width: 100% !important;
    }

    .campus .box {
        flex-wrap: wrap;
    }

    .campus .right img {
        width: 100%;
    }

    .newsevent {
        flex-wrap: wrap;
        width: 100% !important;
    }

    .newsevent div {
        width: 100%;
    }
}


/* Media Quiry End */
.newsevent {
    display: flex;
    align-items: center;
    width: 75%;
    margin: auto;
    justify-content: center;
    gap: 30px;
    box-shadow: 10px 10px 50px 0px #8A939D26;
    padding: 0 0 50px 0;
}

.newsevent h1 {
    width: 100%;
    text-align: center;
    margin: 15px 0;
    font-family: Barlow;
    font-size: 24px;
    font-weight: 700;
    line-height: 28.8px;
    text-align: center;
    color: #051928;
}

.newsevent p {
    text-align: center;
    width: 100%;
    font-family: Barlow;
    font-size: 12px;
    font-weight: 700;
    line-height: 14.4px;
    letter-spacing: 1px;
    text-align: center;
    color: #5D778C;
}

.newsevent img {
    width: 100%;
}

.heads {
    display: flex;
    padding: 4rem 0;
    background-color: white;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.news-text {
    color: #C0160E;
    font-family: Barlow;
    font-weight: 700;
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 5px;
    text-decoration: none;
    display: inline-block;
    border-bottom: 2px solid #C0160E;
    padding-bottom: 8px;
    text-transform: uppercase;
}

#color-red {
    color: red;
    font-weight: 600;
}

#font-50 {
    font-family: Barlow;
    font-size: 45px;
    font-weight: 700;
    line-height: 54px;
    text-align: center;
    color: #051928;
    margin: 40px 0;
}

#top-margin {
    margin-top: 70px;
}

#width-25 {
    width: 80%;
    margin: 20px auto 20px auto;
    text-align: center;
    font-family: Source Sans Pro;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    color: #5D778C;
}

.campus {
    width: 75%;
    padding-top: 4%;
    margin: auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    place-items: center;
    /* gap: 50px; */
}

.campus .right .flex-column h1 {
    font-family: Barlow;
    font-size: 24px;
    font-weight: 700;
    line-height: 28.8px;
    text-align: left;
    color: #051928;
}

.flex-column {
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 20px;
}

.campus-text h2 {
    color: #C0160E;
    font-family: Barlow;
    font-weight: 700;
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 5px;
    text-decoration: none;
    display: inline-block;
    border-bottom: 2px solid #C0160E;
    padding-bottom: 8px;
    text-transform: uppercase;
}

.campus .right {
    width: 100%;
    padding: 0 0px 0 50px;
}

.campus .left p {
    font-family: Source Sans Pro;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: #5D778C;
    width: 100%;
    height: 100%;
}

.campus .left {
    width: 80%;
    align-items: start;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: start;
    place-items: self-start;
    text-align: left;
    gap: 15px;
}

.flex-column i {
    width: 40px;
    text-align: center;
    align-self: flex-start;
    /* margin: auto auto auto 14px; */
    background-color: blue;
    color: white;
    padding: 10px;
    border-radius: 20px;
}

.campus .box {
    display: flex;
    margin: 10px;
    justify-content: center;
    width: 100%;
    height: 100%;
    gap: 20px;
}

.campus .left h1 {
    font-family: Barlow;
    font-size: 64px;
    font-weight: 700;
    line-height: 76.8px;
    text-align: left;
    color: #051928;
}

.flex-column p {
    font-family: Source Sans Pro;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: #5D778C;
    width: 100%;
    height: 100%;
    margin: 10px 0;
}

.campus .left h2 {
    width: 80%;
}

.testomonial .up {
    justify-content: center;
    margin: 20px auto;
    display: flex;
    flex-direction: row;
    place-items: center;
}

.testimonial-text {
    color: #5D778C;
    font-family: Barlow;
    font-weight: 700;
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 5px;
    text-decoration: none;
    display: inline-block;
    border-bottom: 2px solid #5D778C;
    padding-bottom: 8px;
    text-transform: uppercase;
}

.testomonial .down img {
    margin: auto;
}

/* .up-right {
    width: 31%;
} */
.up-left {
    width: 500px;
}

.down .left {
    background-color: white;
    color: #051928;
    margin: 50px 10px;
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    place-items: center;
    gap: 15px;
}

.up-right a {
    padding: 10px;
    display: block;
    margin-top: 9px;
    /* margin: auto; */
    background: yellow;
    border-radius: 25px;
    width: 152px;
    text-align: center;
    color: black;
    font-weight: 700;
}

.up-left h1 {
    font-family: Barlow;
    font-size: 64px;
    font-weight: 700;
    line-height: 76.8px;
    text-align: left;
    color: #FFFFFF;
    width: 80%;
}

.down .left h1 {
    font-family: Barlow;
    font-size: 18px;
    font-weight: 700;
    line-height: 21.6px;
    letter-spacing: 1px;
    text-align: center;
    color: #051928;
}

.up-right h1 {
    font-family: Barlow;
    font-size: 36px;
    font-weight: 700;
    line-height: 43.2px;
    text-align: left;
    color: #FFFFFF;
}

.up-right p {
    font-family: Source Sans Pro;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: #FFFFFF;
    width: 100%;
    margin: 15px 0;
    height: 100%;
}

.testomonial .down {
    align-items: center;
    margin: auto;
    justify-content: space-evenly;
    width: 75%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 20px;
}

.testomonial {
    background-color: #051928;
    color: white;
    width: 100%;
    margin: auto;
    padding: 100px 0;
}

.academics-text {
    color: #5D778C;
    font-family: Barlow;
    font-weight: 700;
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 5px;
    text-decoration: none;
    display: inline-block;
    border-bottom: 2px solid #5D778C;
    padding-bottom: 8px;
    text-transform: uppercase;
}

.video {
    display: flex;
    width: 100vw;
    align-items: center;
    margin-top: 50px;
}

.video .left h1 {
    font-size: 40px;
    font-weight: 700;
}

.video .left {
    width: 50%;
    text-align: left;
    margin: 90px auto auto 227px;
    background-color: #051928;
    color: white;
    padding: 60px;
    height: 445px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    place-items: flex-start;
    gap: 15px;
}

.vid-box-perent {
    align-items: center;
    flex-wrap: wrap;
    text-align: center;
    width: 70%;
    margin: 0px auto 100px auto;
    background-color: #254E9F;
    color: white;
}

.vid-box h1 {
    font-family: Barlow;
    font-size: 36px;
    font-weight: 700;
    line-height: 43.2px;
    text-align: center;
}

.vid-box-perent .vid-box a {
    padding: 7px;
    display: block;
    margin-top: 20px;
    margin: 20px auto auto auto;
    background: yellow;
    border-radius: 14px;
    width: 132px;
    text-align: center;
    color: #155f41;
    font-weight: 600;
}

.vid-box-perent .vid-box {
    margin: 35px auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    place-items: center;
    gap: 15px;
    padding: 30px;
}

.vid-box-perent .vid-box p {
    width: 100%;
    margin: auto;
    font-family: Source Sans Pro;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    color: #FFFFFF;
    height: 100%;
}

.video .left a {
    padding: 5px;
    display: block;
    margin-top: 20px;
    background: yellow;
    border-radius: 25px;
    width: 189px;
    text-align: center;
    color: black;
    font-weight: 700;
}

.video .right img {
    margin-left: -20vw;
    z-index: -1;
    width: 78vw;
    position: relative;
    height: 535px;
}

.video .left p {
    font-family: Source Sans Pro;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: #FFFFFF;
    width: 329px;
    height: 96px;
}

.video .right {
    width: 100%;
}

.news-banner h1 {
    font-family: Barlow;
    font-size: 36px;
    font-weight: 700;
    line-height: 43.2px;
    text-align: center;
    color: #051928;
}

.news-banner {
    width: 75%;
    margin: auto;
    text-align: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
    place-items: center;
    gap: 15px;
}

.news-banner img {
    width: 100%;
    height: 100%;
}

.news-banner p {
    font-family: Source Sans Pro;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    color: #5D778C;
    width: 100%;
    margin: auto;
    height: 100%;
}

.news-banner span {
    font-family: Source Sans Pro;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    color: #5D778C;
    width: 100%;
    margin: auto;
    height: 100%;
}

/*   === Footer Section Styling Starts ===   */
section.footer {
    width: 100%;
    padding: 30px 30px;
    background-color: #051928;
}

.redhr {
    border-top: 4px solid red;
}

.bluehr {
    border-top: 4px solid rgb(85, 85, 255);
}

.yellowhr {
    border-top: 4px solid yellow;
}

.fourbox-text2 h1 {
    margin-top: 2%;
    line-height: 76.8px;
    text-align: left;
    font-family: Barlow;
    font-size: 45px;
    font-weight: 700;
    line-height: 54px;
    text-align: start;
    color: #051928;
}

.parent h1 {
    margin-top: 2%;
    line-height: 76.8px;
    text-align: left;
    font-family: Barlow;
    font-size: 40px;
    font-weight: 700;
    line-height: 54px;
    text-align: start;
    color: #FFC72C;
}

.fourbox .right h3 {
    font-family: Barlow;
    font-size: 14px;
    font-weight: 700;
    line-height: 16.8px;
    letter-spacing: 1px;
    text-align: center;
    color: #FFFFFF;
}

.fourbox .fourbox-text {
    color: #C0160E;
    font-family: Barlow;
    font-weight: 700;
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 5px;
    text-decoration: none;
    display: inline-block;
    border-bottom: 2px solid #C0160E;
    padding: 8px 0;
    text-transform: uppercase;
}

.fourbox .right p {
    font-family: Source Sans Pro;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    width: 100%;
    height: fit-content;
}

.heading-card {
    padding: 20px;
    width: 100%;
    margin: 50px auto auto auto;
    text-align: center;
    background-color: white;
    height: fit-content;
}

.heading-card .heading {
    color: #C0160E;
    font-family: Barlow;
    font-weight: 700;
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 5px;
    text-decoration: none;
    display: inline-block;
    border-bottom: 2px solid #C0160E;
    padding-bottom: 8px;
    text-transform: uppercase;
}

.four-card .card {
    padding: 1rem;
    width: 41%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin: 29px 29px;
    box-shadow: 10px 10px 50px 0px #8A939D26;
    gap: 15px;
}

.four-card {
    display: flex;
    justify-content: center;
    width: 80%;
    place-items: center;
    gap: 20px;
    margin: auto;
}

.four-card p {
    font-family: Source Sans Pro;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    color: #5D778C;
}

.four-card img {
    width: 100%;
    margin: auto;
}

.margin-down {
    margin-bottom: 29px !important;
}

.four-card h1 {
    font-family: Barlow;
    font-size: 36px;
    font-weight: 700;
    line-height: 43.2px;
    text-align: center;
}

.fourbox .parent div {
    width: 215.33px;
    height: auto;
    margin: 20px 10px;
    background-color: #3D50B1;
    color: yellow;
    padding: 10px;
    display: flex;
    gap: 8px;
    flex-direction: column;
    justify-content: center;
    place-items: center;
}

.four-card .card a {
    margin: 20px auto auto auto;
    padding: 9px;
    display: block;
    margin-top: 20px;
    background: yellow;
    border-radius: 25px;
    width: 150px;
    text-align: center;
    color: black;
    font-weight: 700;
}

.anchor-button {
    padding: 16px;
    display: block;
    margin-top: 20px;
    margin: auto;
    background: yellow;
    border-radius: 25px;
    width: 156px;
    text-align: center;
    color: black;
    font-weight: 700;
}

.width-80 {
    width: 75%;
    margin: auto;
}

.left-text a {
    /* padding: 16px; */
    background: #FFC72C;
    border-radius: 25px;
    width: 156px;
    text-align: center;
    color: black;
    font-weight: 700;
    margin: 5px 0;
}

.left-text h2 {
    margin: 1px auto 0px 11px;
}

.left-text p {
    font-family: Source Sans Pro;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: #F7F9FB;
    width: 100%;
    height: fit-content;
}

.left-text h1 {
    font-size: 49px;
    font-weight: 700;
}

#img1 {
    width: 361px;
    height: 639px;
}

#img2 {
    width: 442px;
    height: 739px;
}

.two-img {
    display: flex;
    justify-content: center;
    place-items: flex-start;
    gap: 30px;
}

.footer .logo {
    display: flex;
    flex-direction: column;
    gap: 40px;
    justify-content: space-around;
    place-items: center;
    width: 50%;
    margin: auto;
    text-align: center;
}

.footer .logo p {
    color: #5D778C;
    font-family: Source Sans Pro;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    width: 100%;
    height: 100%;
}

.footer .links a {
    color: #5D778C;
}

.footer .footer-contents {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 50px;
    gap: 50px;
    max-width: 100%;
    border-top: 1px solid #5D778C;
    margin-top: 40px;
}

/* .footer-contents .footer-col{
	flex-basis: calc(calc(100% / 4) - 20px);
} */
.footer-contents .footer-col .col-title {
    min-height: 60px;
    display: flex;
    align-items: flex-end;
    margin-bottom: 30px;
}

.footer-col .col-title h3 {
    font-size: 18px;
    color: #fff;
    font-family: Barlow;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.footer-col .footer-col-4 {
    width: 50%;
}

.footer-col .col-contents {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.col-contents a {
    color: #5D778C;
    font-family: Source Sans Pro;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
}

.col-contents p {
    color: #5D778C;
    font-family: Source Sans Pro;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    width: 100%;
    text-align: left;
}

.footer-col-1 .col-title img {
    width: 120px;
}

.footer-col-3 .col-contents a:hover {
    letter-spacing: 2px;
}

.footer-col-4 .col-contents input {
    width: 100%;
    padding: 15px;
    background-color: #fff;
    color: var(--dark-text-clr);
    border: none;
}

.footer-col-4 .col-contents .newsletter {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 20px;
}

.footer-col-4 .col-contents .newsletter-btn {
    background-color: #FFC72C;
    color: #051928;
    border-radius: 30px;
    padding: 5px 30px;
    cursor: pointer;
    transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
    font-family: Barlow;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.footer-col-4 .col-contents .newsletter-btn:hover {
    background-color: #5D778C;
    color: #fff;
    border-color: yellow;
}

.footer .copy-rights {
    padding: 30px 0px 0px;
    border-top: 1px solid #5D778C;
    text-align: center;
}

.footer .copy-rights p {
    color: #5D778C;
    font-family: Source Sans Pro;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    width: 100%;
    height: auto;
    text-align: center;
}

/*   === Footer Section Styling Ends ===   */
/*   === Facilities Section Styling starts ===   */


.tcard {
    display: flex;
    flex-direction: column;
    flex: 1 1 calc(33.33% - 10px);
    /* Three cards per row */
    margin: 0;
    box-sizing: border-box;
}

.tcard img {
    width: 100%;
    height: auto;
}

.tcard h1 {
    width: 100%;
    font-family: Barlow;
    font-size: 36px;
    font-weight: 700;
    line-height: 43.2px;
    text-align: center;
}

.tcard p {
    width: 100%;
    flex: 1;
    font-family: Source Sans Pro;
    font-size: 15px;
    font-weight: 400;
    text-align: center;
    color: #5D778C;
}

/* .three-card .tcard {
    width: 26%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin: 29px 29px;
    box-shadow: 10px 10px 50px 0px #8A939D26;
    gap: 15px;
}

.three-card {
    display: flex;
    justify-content: center;
    width: 80%;
    place-items: center;
    gap: 20px;
    margin: 70px auto;
}

.three-card p {
    font-family: Source Sans Pro;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    color: #5D778C;
}

.three-card img {
    width: 100%;
    margin: auto;
}

.three-card h1 {
    font-family: Barlow;
    font-size: 36px;
    font-weight: 700;
    line-height: 43.2px;
    text-align: center;
}

.three-card .tcard a {
    display: block;
    text-align: center;
    color: black;
    font-weight: 700;
} */

/*   === Facilities Section Styling Ends ===   */





@media(max-width: 568px) {

    /* Footer Section */
    .footer-contents .footer-col {
        flex-basis: 100%;
    }
}

/*   === contact Section Styling Ends ===   */



.contact .contact-form1 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
    place-items: start;
    width: 100%;
    margin-bottom: 10px;
}

.contact .contact-form1 h2 {
    color: #C0160E;
    font-family: Barlow;
    font-weight: 700;
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 5px;
    text-decoration: none;
    display: inline-block;
    border-bottom: 2px solid #C0160E;
    padding-bottom: 8px;
    text-transform: uppercase;
}

.contact .contact-form1 p {
    color: #5D778C;
    font-weight: 400;
    font-family: Source Sans Pro;
    font-size: 15px;
    line-height: 24px;
    width: 568px;
    height: 72px;
    margin-bottom: 20px;
    text-align: left;
}

.contact .contact-form1 h3 {
    color: #3D50B1;
    font-weight: 700;
    font-family: Barlow;
    font-size: 12px;
    line-height: 14.4px;
    letter-spacing: 1px;
}

.contact-form1 .details {
    border-bottom: 1px solid #E3E5E5;
    padding-bottom: 10px;
    height: 46px;
    gap: 8px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 20px;
}

.contact-form1 .details p {
    color: #051928;
    font-family: Barlow;
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    padding-bottom: 10px;
    text-align: left;
}


.contact .contact-form1 h1 {
    color: #051928;
    font-family: Barlow;
    font-size: 64px;
    line-height: 76.8px;
    font-weight: 700;
}

.contact .contact-form2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
    max-width: 1400px;
    /* width:100%;
    height:100%; */
}

.contact-form2 h1 {
    font-family: Barlow;
    font-weight: 700;
    font-size: 36px;
    line-height: 43.2px;

}

.contact-form2 p {
    font-family: Source Sans Pro;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    width: 100%;
    text-align: left;
}

.contact-form2 input[type="text"],
.contact-form2 input[type="email"],
.contact-form2 textarea {
    border: 1px solid #5D778C;
    padding: 1rem;
    margin-bottom: 1rem;
}


.contact .contact-form2 .contact-btn {
    background-color: #FFC72C;
    color: #051928;
    border-radius: 30px;
    padding: 10px 30px;
    cursor: pointer;
    transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
    font-family: Barlow;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.contact .contact-form2 .contact-btn:hover {
    background-color: #5D778C;
    color: #fff;
    border-color: yellow;
}

/*   === contact Section Styling Ends ===   */


/*   === About Section Styling Ends ===   */

.about-heading2 {
    color: #5D778C;
    font-family: Barlow;
    font-weight: 700;
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 5px;
    text-decoration: none;
    display: inline-block;
    border-bottom: 2px solid #5D778C;
    padding-bottom: 8px;
    text-transform: uppercase;
}

.about-headings {
    font-size: 36px;
    color: #051928;
    font-family: Barlow;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 43.2px;
}


/* .grid-item {
    box-shadow: 10px 10px 50px 0 rgba(138, 147, 157, 0.15);
} */

/*   === About Section Styling Ends ===   */

/*   === Admission Section Styling Starts ===   */


.admission-btn {

    background-color: #FFC72C;
    color: #051928;
    border-radius: 30px;
    padding: 10px 30px;
    cursor: pointer;
    transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
    font-family: Barlow;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.admission-btn:hover {
    background-color: #5D778C;
    color: #fff;
    border-color: yellow;
}

.admission {
    display: none;
    flex-direction: row;
    justify-content: center;
    place-items: center;
    gap: 50px;
    /* padding: 100px 0; */
    width: 80%;
    margin: auto;
}

.admission .admission-form1 h2 {
    color: #C0160E;
    font-family: Barlow;
    font-weight: 700;
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 5px;
    text-decoration: none;
    display: inline-block;
    border-bottom: 2px solid #C0160E;
    padding-bottom: 8px;
    text-transform: uppercase;
}

.admission .admission-form1 p {
    color: #5D778C;
    font-weight: 400;
    font-family: Source Sans Pro;
    font-size: 15px;
    line-height: 24px;
    width: 568px;
    height: 72px;
    margin-bottom: 20px;
}

.admission .admission-form1 h1 {
    color: #051928;
    font-family: Barlow;
    font-size: 64px;
    line-height: 76.8px;
    font-weight: 700;
}

.admission .admission-form2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
    width: 100%;
    height: 100%;
    max-width: 1400px;
}

.admission .admission-form1 h2 {
    color: #C0160E;
    font-family: Barlow;
    font-weight: 700;
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 5px;
    text-decoration: none;
    display: inline-block;
    border-bottom: 2px solid #C0160E;
    padding-bottom: 8px;
    text-transform: uppercase;
}

.admission .admission-form1 p {
    color: #5D778C;
    font-weight: 400;
    font-family: Source Sans Pro;
    font-size: 15px;
    line-height: 24px;
    width: 568px;
    height: 72px;
    margin-bottom: 20px;
    text-align: left;
}

.admission .admission-form1 h3 {
    color: #C0160E;
    font-weight: 700;
    font-family: Barlow;
    font-size: 36px;
    line-height: 43.2px;
    letter-spacing: 1px;
}

.admission .admission-form1 h1 {
    color: #051928;
    font-family: Barlow;
    font-size: 64px;
    line-height: 76.8px;
    font-weight: 700;
}

.admission .admission-form2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
    width: 100%;
    height: 100%;
    max-width: 1400px;
}

.admission2 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    place-items: center;
    gap: 0px;
    padding: 100px 0;
    margin: auto;
    width: 75%;
}

.admission2 .value-form1 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
    place-items: start;
}

.admission2 .value-form1 h2 {
    color: #C0160E;
    font-family: Barlow;
    font-weight: 700;
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 5px;
    text-decoration: none;
    display: inline-block;
    border-bottom: 2px solid #C0160E;
    padding-bottom: 8px;
    text-transform: uppercase;
}

.admission2 .value-form1 p {
    color: #5D778C;
    font-weight: 400;
    font-family: Source Sans Pro;
    font-size: 15px;
    line-height: 24px;
    width: 568px;
    height: 72px;
    margin-bottom: 20px;
    text-align: left;
}

.admission2 .value-form1 h3 {
    color: #C0160E;
    font-weight: 700;
    font-family: Barlow;
    font-size: 36px;
    line-height: 43.2px;
    letter-spacing: 1px;
}

.admission2 .value-form1 h1 {
    color: #051928;
    font-family: Barlow;
    font-size: 64px;
    line-height: 76.8px;
    font-weight: 700;
}

.admission2 .value-form2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
    width: 100%;
    height: 100%;
    max-width: 1400px;
}

.bg-image {
    position: relative;
    width: 75%;
    height: 300px;
    background-image: url('/images/friends-using-laptop-learn-study-session 1.png');
    background-size: cover;
    background-position: center;
    margin: auto;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #051928;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.6);
}

.text h1 {
    font-family: Barlow;
    font-size: 36px;
    font-weight: 700;
    line-height: 43.2px;
    text-align: center;
    color: #FFFFFF;
}

.text p {
    font-family: Source Sans Pro;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    color: #FFFFFF;
    width: 100%;
}

.val {
    width: 100%;
    height: 100%;
}

.val .box {
    background-color: #3D50B1;
    padding: 10px 10px;
    width: 100%;
    height: 100%;
    max-width: 228.5px;
    margin: auto;
}

.val .box h1 {
    color: #FFC72C;
    font-family: Barlow;
    font-size: 45px;
    line-height: 54px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 10px;
}

.val .box p {
    color: #FFFFFF;
    font-family: Barlow;
    font-size: 12px;
    line-height: 14.4px;
    font-weight: 700;
    text-align: center;
    letter-spacing: 1px;
    width: 100%;
    height: 100%;
}

/*   === Admission Section Styling Ends ===   */

.pageform {
    width: 100%;
    border-radius: 0 0 14px 14px;
    margin: auto;
    background-color: rgba(255, 255, 255, 0.973);
}

#marginadj {
    margin-left: 1px;
}


.content-1 {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    gap: 0px;
}

.content-1 .right {
    /* margin-right: 11em; */
}

.content-1 .left {
    flex-wrap: wrap;
    justify-content: start;
    place-items: start;
    height: fit-content;
    margin: auto;
}

.content-1 p {
    width: 50%;
    font-weight: 400;
    color: rgb(238, 242, 253);
    text-align: left;
    margin: 20px 0;
    font-family: Source Sans Pro;
    font-weight: 400;
    font-size: 17px;
    line-height: 24px;
    /* border: 2px solid purple; */
}

/* .content-1 a {
    background-color: yellow;
    padding: 10px 15px;
    font-weight: 600;
    border-radius: 20px;
    margin-top: 10px;
} */

.content-1 .left h1 {
    width: 100%;
    font-weight: 800;
    color: white;
    font-family: Barlow;
    font-size: 64px;
    font-weight: 700;
    line-height: 76.8px;
    text-align: left;
}

#formbutton {
    padding: 10px;
    background-color: #FFC72C;
    text-align: center;
    display: flex;
    border-radius: 24.26px;
    margin: 7px auto auto auto;
    width: 116.44px;
    height: 39.62px;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    font-family: Barlow;
    letter-spacing: 1px;

}

.view-btn {
    background-color: #FFC72C;
    color: #051928;
    border-radius: 30px;
    padding: 10px 20px;
    cursor: pointer;
    text-decoration: none;
    transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
    font-family: Barlow;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.view-btn:hover {
    background-color: #5D778C;
    color: #fff;
    border-color: yellow;
}


/* Add styles for red mark */
/* .input-wrapper::after {
    content: "*";
    color: red;
    position: absolute;
    left: calc(24% - 10px);
    top: 50%;
    transform: translateY(-50%);
    font-size: 16px;
    pointer-events: none;
} */

.input-wrapper {
    position: relative;
    display: flex;
    align-items: center;
}

.input-wrapper input {
    width: 100%;
    box-sizing: border-box;
    padding: 8px;
}

.input-wrapper .placeholder {
    position: absolute;
    left: 12px;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    pointer-events: none;
    color: #7D7D7D;
    font-family: Barlow;
    font-size: 12.13px;
    font-weight: 600;
    line-height: 14.55px;
    text-align: left;
    padding: 10px;
}

/* .input-wrapper .star {
    color: red;
}

.input-wrapper input:focus+.placeholder {
    display: none;
} */

.width-100 {
    width: 100%;
    margin: auto;
}

.top-pageform {
    text-align: start;
    font-size: 32px;
    background: linear-gradient(144.59deg, #00A8F1 -0.04%, #1469AA 51.55%, #243973 101.49%);
    color: #FFFFFF;
    font-weight: 600;
    /* margin: -28px -29px 2px -27px; */
    font-family: Barlow;
    line-height: 38.4px;
    box-shadow: 0px 0px 20.78px 2.43px #0000002E;
    border-radius: 14px 14px 0 0;
    /* height: 87px; */
}

.pageform input {
    padding: 15px;
    background-color: #F5F5F5;
    margin: 7px;
    width: 322.63px;
    border-radius: 40.43px;
    font-family: Barlow;
    font-weight: 600;
    font-size: 12.13px;
    line-height: 14.55px;
}

.form-group {
    background-color: #F5F5F5;
    margin: 7px;
    width: 322.63px;
    border-radius: 40.43px;
    font-family: Barlow;
    font-weight: 600;
    font-size: 12.13px;
    line-height: 14.55px;
    padding: 15px;
}

.form-control {
    background-color: #F5F5F5;
    margin: 7px;
    width: 322.63px;
    border-radius: 40.43px;
    font-family: Barlow;
    font-weight: 600;
    font-size: 12.13px;
    line-height: 14.55px;
}

.pageform li {
    /* margin: 1px 2px; */
    color: #7D7D7D;
    opacity: 61%;
}

.navbar ul li {
    padding: 7px;
    font-size: 13px;
    font-weight: 600;
    margin: auto;
}

/* .navbar .left {
    margin-right: 38px;
} */

#ph::placeholder {
    color: #7D7D7D;
    opacity: 61%;
}

section.top-header.flex.justify-around.items-center.bg-blue-500.text-white.py-4 {
    height: 30px;
    position: fixed;
    left: 0;
    right: 0;
}

.top-header .text-links h1 {
    font-family: Source Sans Pro;
    font-weight: 400;
    font-size: 13px;
    line-height: 16.34px;
}

.top-header {
    background-color: #3D50B1;
    color: #FFFFFF;
    display: flex;
    justify-content: space-around;
    place-items: center;
    padding: 5px 0 5px 0;
    position: fixed;
    width: 100%;
    transition: all 0.3s ease;
    top: 0;
}

.top-header .text-links .uppercase {
    font-family: Barlow;
    font-weight: 700;
    font-size: 12px;
    line-height: 14.4px;
    letter-spacing: 1px;
}

.navbar .right input {
    border-radius: 9px 1px 1px 10px;
    background-color: rgb(207, 96, 32);
    color: aqua;
    text-align: center;
    width: 139px;
    height: 42px;
    border-radius: 100px;
    padding: 12px 16px 12px 16px;
}

.navbar .right {
    /* border-radius: 17px;
    background: #cf6020;
    margin-left: 28px; */
    /* padding: 14px; */
    width: 100%;
    height: 100%;
}

.search-container {
    display: flex;
    align-items: center;
    width: 139px;
    height: 42px;
    border-radius: 50px 0 0px 50px;
}

.searchform {
    display: contents;
}

.search-input::placeholder {
    color: white;
    opacity: 1;
}

.search-input::-webkit-input-placeholder {
    color: white;
    opacity: 1;
}

.search-input:-ms-input-placeholder {
    color: white;
    opacity: 1;
}

.search-input::-moz-placeholder {
    color: white;
    opacity: 1;
}

.search-input:-moz-placeholder {
    color: white;
    opacity: 1;
}

.search-input,
.search-btn {
    flex: 1;
    border: none;
    height: 40px;
}

.search-input {
    color: #FFFFFF;
    background-color: #C0160E;
    width: 89px;
    height: 42px;
    padding: 12px 16px 12px 16px;
    border-radius: 50px 0 0px 50px;
    font-family: Barlow;
    font-size: 14px;
    font-weight: 700;
    line-height: 16.8px;
    letter-spacing: 1px;
    text-align: left;
    font-family: Barlow;
}

.search-btn {
    background-color: #3D50B1;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 42px;
    padding: 0;
    border-radius: 0px 50px 50px 0px;
}

.search-btn img {
    width: 24px;
    height: auto;
}

section.top-header.flex.justify-around.items-center.bg-blue-500.text-white.py-4 {
    height: 30px;
}

/* .flex {
    display: flex;
    justify-content: right;
    align-self: center;
} */

.center .flex li a {
    text-transform: uppercase;
}

.width-50 {
    width: 50%;
}

.width-100 {
    width: 100%;
}

.first-box .navbar {
    width: 85%;
    color: white;
    padding: 7px;
    position: fixed;
    margin: auto;
    z-index: 2;
    background-color: #051928;
    left: 0;
    right: 0;
    top: 34px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    gap: 10px;
}

.first-box1 {
    /* background-image: url(images/first-bg.jpg); */
    /* height: 100%; */
    width: 100%;
    background-blend-mode: multiply;
    background-color: white;
    background-repeat: no-repeat;
    background-size: cover;
}

.first-box2 {
    /* background-image: url(images/admission.png); */
    height: 100vh;
    width: 100%;
    background-blend-mode: multiply;
    background-color: #05192867;
    background-repeat: no-repeat;
    background-size: cover;
}

.first-box3 {
    /* background-image: url(images/image\ 21.png); */
    height: 100vh;
    width: 100%;
    background-blend-mode: multiply;
    background-color: #05192867;
    background-repeat: no-repeat;
    background-size: cover;
}

.first-box4 {
    background-image: url(images/image\ 13.png);
    height: 100vh;
    width: 100%;
    background-blend-mode: multiply;
    background-color: #05192867;
    background-repeat: no-repeat;
    background-size: cover;
}

.first-box5 {
    background-image: url(images/404.png);
    height: 100vh;
    width: 100%;
    background-blend-mode: multiply;
    background-color: rgba(0, 0, 0, 0.5);
    /* Dark overlay */
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.content404 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    place-items: center;
    gap: 20px;
}

.content404 h2 {
    font-family: Barlow;
    font-size: 36px;
    font-weight: 700;
    line-height: 43.2px;
    text-align: center;
    color: #FFFFFF;
}

.content404 h1 {
    font-family: Barlow;
    font-size: 86px;
    font-weight: 700;
    line-height: 90px;
    text-align: center;
    color: #FFFFFF;
}

.content404 p {
    font-family: Source Sans Pro;
    font-size: 17px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    color: #FFFFFF;
}

.first-box6 {
    background-image: url(images/image\ 43.png);
    height: 100vh;
    width: 100%;
    background-blend-mode: multiply;
    background-color: rgba(0, 0, 0, 0.5);
    /* Dark overlay */
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.first-box7 {
    background-image: url(images/image\ 36.png);
    height: 100vh;
    width: 100%;
    background-blend-mode: multiply;
    background-color: rgba(0, 0, 0, 0.5);
    /* Dark overlay */
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.first-box8 {
    background-image: url(images/image\ 40.png);
    height: 100%;
    width: 100%;
    background-blend-mode: multiply;
    background-color: rgba(0, 0, 0, 0.5);
    /* Dark overlay */
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.first-box9 {
    background-image: url(images/image\ 27.png);
    height: 100%;
    width: 100%;
    background-blend-mode: multiply;
    background-color: rgba(0, 0, 0, 0.5);
    /* Dark overlay */
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}


.first-box10 {
    /* background-image: url('/public/assets/frontend/images/admission-img.png'); */
    width: 100%;
    height: 100vh;
    background-blend-mode: multiply;
    background-color: rgba(0, 0, 0, 0.5);
    /* Dark overlay */
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

/* .eventdetail{
    margin-top: 100vh;
} */

.message {
    position: fixed;
    background: white;
    border-radius: 13px;
    width: 274px;
    margin-top: 98px
}

.clamp-text {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3; /* Limit to 3 lines */
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.5; /* Adjust this value based on your font size */
    max-height: 4.5em; /* Adjust based on your line height */
}





.search-data {
    height: 130px;
    /* width: 258px; */
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 25px;
}



/* Extra small devices (phones, less than 576px) */
@media (max-width: 575.98px) {
    .center {
        display: none;
    }

    .three-card {
        display: block;
        width: 100%;
    }

    .inone-right {
        position: fixed;
        /* right: 10%; */
        top: 50%;
        transform: translateY(-50%);
        z-index: 1000;
    }

    .tcard {
        flex: 1 1 100%;
        gap: 15px;
        padding: 10px;
        /* One card per row */
    }

    .fourbox .right .parent {
        margin-left: 0px;
        margin-top: 30px;
    }

    .fourbox .right {
        width: 100%;
        height: fit-content;
        padding: 10px;
    }

    .fourbox .left {
        width: 100%;
    }

    .fourbox {
        padding: 100px 10px;
        display: block;
        place-items: center;
    }

    .home-container {
        display: block;
        width: 100%;
        gap: 10px;
        margin: 0 auto;
        position: relative;
    }

    .content-1 .left h1 {
        font-size: 45px;
        line-height: 60px;
    }

    .second-layer {
        background-color: #051928;
        color: white;
        padding: 0 0 111px 0;
        display: block;
    }

    .three-box {
        width: 100%;
        display: flex;
        /* margin-top: -60px; */
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    .three-box .box i {
        border-radius: 30px;
        margin: 20px;
        padding: 15px;
    }

    .three-box .box h1 {
        font-size: 30px;
        padding: 5px;
        font-weight: 700;
        font-family: Barlow;
        font-size: 36px;
        font-weight: 700;
        line-height: 43.2px;
        text-align: center;
    }

    .second-layer .left-text {
        display: flex;
        flex-direction: column;
        gap: 5px;
        padding: 10px 0;
    }

    .first-box {
        margin-top: 45px;
    }

    .top-header {
        display: none;
    }

    .news-banner {
        width: 75%;
        margin: auto;
        text-align: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
        place-items: center;
        gap: 15px;
    }

    .container {
        width: 80%;
        box-sizing: border-box;
        margin: auto;
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
        gap: 30px;
        margin: 15px auto;
        cursor: pointer;
    }

    .about-container {
        padding: 0px;
    }

    .about-paras {
        font-family: Source Sans Pro;
        font-weight: 400;
        font-size: 15px;
        line-height: 24px;
        color: #22222299;
        padding: 0 0px;
        width: 100%;
    }

    .contact {
        display: block;
        padding: 10px;
    }

    .partner-logos {
        display: block;
        padding: 20px 0;
    }

    .plogo {
        max-width: 100px;
        height: auto;
        margin: 30px;
    }

    .text {
        text-align: center;
        display: flex;
        justify-content: center;
        place-items: center;
        flex-direction: column;
        width: 50%;
        gap: 15px;
        padding: 20px;
        width: 100%;
    }

    #font-40 {
        font-family: Barlow;
        font-size: 25px;
        font-weight: 700;
        text-align: center;
        color: #051928;
        line-height: 35px;
    }

    .heading-card h1 {
        font-family: Barlow;
        font-size: 24px;
        font-weight: 700;
        /* line-height: 76.8px; */
        text-align: center;
        width: 100%;
    }

    .heading-text {
        font-family: Source Sans Pro;
        font-size: 15px;
        font-weight: 400;
        line-height: 24px;
        text-align: center;
        color: #5D778C;
        width: 100%;
        height: 20%;
        margin: auto;
        padding: 20px;
    }
}

/* Small devices (phones, 576px and up) */
@media (min-width: 576px) {
    .center {
        display: none;
    }

    .inone-right {
        position: fixed;
        /* right: 10%; */
        top: 50%;
        transform: translateY(-50%);
        z-index: 1000;
    }

    .three-card {
        display: block;
        width: 100%;
    }

    .tcard {
        flex: 1 1 100%;
        gap: 15px;
        padding: 10px;
        /* One card per row */
    }

    .fourbox .right .parent {
        margin-left: 0px;
        margin-top: 30px;
    }

    .fourbox .right {
        width: 100%;
        height: fit-content;
    }

    .fourbox .left {
        width: 100%;
    }

    .fourbox {
        padding: 100px 0;
        display: block;
        place-items: center;
    }

    .home-container {
        display: block;
        width: 100%;
        gap: 10px;
        margin: 0 auto;
        position: relative;
    }

    /* .content-1 .left h1 {
        font-size: 45px;
        line-height: 60px;
    } */

    .second-layer {
        background-color: #051928;
        color: white;
        padding: 0 0 111px 0;
        display: block;
    }

    .three-box {
        width: 100%;
        display: flex;
        /* margin-top: -60px; */
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    .three-box .box i {
        border-radius: 30px;
        margin: 20px;
        padding: 15px;
    }

    .three-box .box h1 {
        font-size: 30px;
        padding: 5px;
        font-weight: 700;
        font-family: Barlow;
        font-size: 36px;
        font-weight: 700;
        line-height: 43.2px;
        text-align: center;
    }

    .second-layer .left-text {
        display: flex;
        /* flex-direction: column; */
        gap: 5px;
        padding: 10px 0;
    }

    .news-banner {
        width: 75%;
        margin: auto;
        text-align: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
        place-items: center;
        gap: 15px;
    }

    .container {
        width: 80%;
        box-sizing: border-box;
        margin: auto;
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
        gap: 30px;
        margin: 15px auto;
        cursor: pointer;
    }

    .about-container {
        padding: 0px;
    }

    .about-paras {
        font-family: Source Sans Pro;
        font-weight: 400;
        font-size: 15px;
        line-height: 24px;
        color: #22222299;
        padding: 0 0px;
        width: 100%;
    }

    .contact {
        display: block;
        padding: 10px;
    }

    .partner-logos {
        display: block;
        padding: 20px 0;
    }

    .plogo {
        max-width: 100px;
        height: auto;
        margin: 30px;
    }

    .text {
        text-align: center;
        display: flex;
        justify-content: center;
        place-items: center;
        flex-direction: column;
        width: 50%;
        gap: 15px;
        padding: 20px;
        width: 100%;
    }

    #font-40 {
        font-family: Barlow;
        font-size: 25px;
        font-weight: 700;
        text-align: center;
        color: #051928;
        line-height: 35px;
    }

    .heading-card h1 {
        font-family: Barlow;
        font-size: 24px;
        font-weight: 700;
        /* line-height: 76.8px; */
        text-align: center;
        width: 100%;
    }

    .heading-text {
        font-family: Source Sans Pro;
        font-size: 15px;
        font-weight: 400;
        line-height: 24px;
        text-align: center;
        color: #5D778C;
        width: 100%;
        height: 20%;
        margin: auto;
        padding: 20px;
    }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .center {
        display: none;
    }

    .three-card {
        display: block;
        width: 100%;
    }

    .nav-gap {
        gap: 0px;
    }

    .inone-right {
        position: fixed;
        /* right: 10%; */
        top: 50%;
        transform: translateY(-50%);
        z-index: 1000;
    }

    .three-box {
        width: 100%;
        display: flex;
        margin-top: -60px;
        align-items: center;
        justify-content: space-evenly;
        text-align: center;
        margin: auto;
    }

    .three-box .box {
        width: 100%;
        height: 300px;
        background-color: white;
        padding: 19px 5px;
        margin: 15px;
        margin-top: -50px;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        place-items: center;
        gap: 15px;
        box-shadow: 0px 10px 50px 0px #9D9D9D26;
        border: 5px 0 0 0;
        display: flex;
        justify-content: center;
        place-items: center;
        gap: 15px;
    }

    .left-text {
        margin: 0.5em 0;
    }

    p,
    p a {
        color: #222222;
        font-family: Source Sans Pro;
        font-size: 15px;
        font-weight: 400;
        line-height: 24px;
        text-align: center;
        width: 100%;
        height: fit-content;
        gap: 0px;
        opacity: 0px;
        margin: auto;
        text-align: start;
    }

    .tcard {
        flex: 1 1 100%;
        gap: 15px;
        padding: 10px;
        /* One card per row */
    }

    .fourbox .right .parent {
        margin-left: 0px;
        margin-top: 30px;
    }

    .fourbox .right {
        width: 100%;
        height: fit-content;
    }

    .fourbox .left {
        width: 100%;
    }

    .fourbox {
        padding: 100px 0;
        display: block;
        place-items: center;
    }

    .home-container {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 83%;
        gap: 10px;
        margin: 0 auto;
        position: relative;
    }

    .home-container .left {
        flex: 1;
        display: flex;
        flex-direction: column;
    }

    .second-layer {
        background-color: #051928;
        color: white;
        padding: 0 0 111px 0;
        display: flex;
    }

    .three-box {
        width: 100%;
        display: flex;
        margin-top: -60px;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    .three-box .box {
        width: 360px;
        height: 259px;
        background-color: white;
        padding: 19px 5px;
        margin: 15px;
        margin-top: -50px;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        place-items: center;
        gap: 15px;
        box-shadow: 0px 10px 50px 0px #9D9D9D26;
        border: 5px 0 0 0;
    }

    .three-box .box i {
        border-radius: 30px;
        margin: 20px;
        padding: 15px;
    }

    .second-layer .three-box .box h1 {
        font-size: 30px;
        padding: 5px;
        font-weight: 700;
        font-family: Barlow;
        font-size: 36px;
        font-weight: 700;
        line-height: 43.2px;
        text-align: center;
    }

    .left-text {
        width: 100%;
        height: 370px;
        flex-wrap: wrap;
        margin: 0.5em 7em 10em 0em;
        display: flex;
        justify-content: flex-start;
        place-items: start;
        gap: 15px;
    }

    .inone-right {
        position: fixed;
        right: 10%;
        top: 50%;
        transform: translateY(-50%);
        z-index: 1000;
    }

    .news-banner {
        width: 75%;
        margin: auto;
        text-align: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
        place-items: center;
        gap: 15px;
    }

    .container {
        width: 80%;
        box-sizing: border-box;
        margin: auto;
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
        gap: 30px;
        margin: 15px auto;
        cursor: pointer;
    }

    .about-container {
        padding: 0;
    }

    .about-paras {
        font-family: Source Sans Pro;
        font-weight: 400;
        font-size: 15px;
        line-height: 24px;
        color: #22222299;
        padding: 0;
        width: 100%;
    }

    .contact {
        display: block;
        padding: 10px;
    }

    .partner-logos {
        display: flex;
        justify-content: space-around;
        align-items: center;
        padding: 20px 0;
        gap: 15px;
    }

    .plogo {
        max-width: 100px;
        height: auto;
        margin: 0 10px;
    }

    .text {
        text-align: center;
        display: flex;
        justify-content: center;
        place-items: center;
        flex-direction: column;
        width: 50%;
        gap: 15px;
        padding: 50px;
    }

    #font-40 {
        font-family: Barlow;
        font-size: 50px;
        font-weight: 700;
        line-height: 76.8px;
        text-align: center;
        color: #051928;
    }

    .heading-card h1 {
        font-family: Barlow;
        font-size: 64px;
        font-weight: 700;
        line-height: 76.8px;
        text-align: center;
        width: 100%;
    }

    .heading-text {
        font-family: Source Sans Pro;
        font-size: 15px;
        font-weight: 400;
        line-height: 24px;
        text-align: center;
        color: #5D778C;
        width: 100%;
        height: 20%;
        margin: auto;
        padding: 20px;
    }

}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .center {
        display: flex;
    }

    .three-card {
        display: flex;
        justify-content: space-between;
        gap: 15px;
        width: 80%;
        margin: 50px auto;
    }

    .nav-gap {
        gap: 0px;
    }

    li a {
        font-size: 9px;
    }

    .search-input {
        display: none;
    }

    .search-btn {
        background-color: #3D50B1;
        cursor: pointer;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 42px;
        padding: 0;
        border-radius: 100px;
    }

    .search-container {
        width: 50px;
    }

    .left-text {
        width: 25%;
        height: 370px;
        flex-wrap: wrap;
        margin: 0.5em 7em 10em 0em;
        display: flex;
        justify-content: flex-start;
        place-items: start;
        gap: 15px;
    }

    .tcard {
        flex: 1 1 calc(50% - 10px);
        gap: 15px;
        padding: 10px;
        /* Two cards per row */
    }

    .home-container {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 83%;
        gap: 10px;
        margin: 0 auto;
        position: relative;
    }

    .home-container .left {
        flex: 1;
        display: flex;
        flex-direction: column;
    }

    .second-layer {
        background-color: #051928;
        color: white;
        padding: 0 0 111px 0;
        display: flex;
    }

    .three-box {
        width: 100%;
        display: flex;
        margin-top: -60px;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    .three-box .box {
        width: 360px;
        height: 259px;
        background-color: white;
        padding: 19px 5px;
        margin: 15px;
        margin-top: -50px;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        place-items: center;
        gap: 15px;
        box-shadow: 0px 10px 50px 0px #9D9D9D26;
        border: 5px 0 0 0;
    }

    .three-box .box i {
        border-radius: 30px;
        margin: 20px;
        padding: 15px;
    }

    .three-box .box h1 {
        font-size: 30px;
        padding: 5px;
        font-weight: 700;
        font-family: Barlow;
        font-size: 36px;
        font-weight: 700;
        line-height: 43.2px;
        text-align: center;
    }

    .inone-right {
        position: fixed;
        right: 10%;
        top: 50%;
        transform: translateY(-50%);
        z-index: 1000;
    }

    .news-banner {
        width: 75%;
        margin: auto;
        text-align: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
        place-items: center;
        gap: 25px;
    }

    .container {
        width: 80%;
        box-sizing: border-box;
        margin: auto;
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
        gap: 30px;
        margin: 15px auto;
        cursor: pointer;
    }

    .about-container {
        padding: 0;
    }

    .about-paras {
        font-family: Source Sans Pro;
        font-weight: 400;
        font-size: 15px;
        line-height: 24px;
        color: #22222299;
        padding: 0;
        width: 100%;
    }

    .contact {
        display: flex;
        flex-direction: row;
        justify-content: center;
        place-items: center;
        gap: 50px;
        padding: 100px 100px;
    }

    .partner-logos {
        display: flex;
        justify-content: space-around;
        align-items: center;
        padding: 20px 0;
        gap: 15px;
    }

    .plogo {
        max-width: 100px;
        height: auto;
        margin: 0 10px;
    }

    .text {
        text-align: center;
        display: flex;
        justify-content: center;
        place-items: center;
        flex-direction: column;
        width: 50%;
        gap: 15px;
        padding: 50px;
    }

    #font-40 {
        font-family: Barlow;
        font-size: 50px;
        font-weight: 700;
        line-height: 76.8px;
        text-align: center;
        color: #051928;
    }

    .heading-card h1 {
        font-family: Barlow;
        font-size: 64px;
        font-weight: 700;
        line-height: 76.8px;
        text-align: center;
        width: 100%;
    }

    .heading-text {
        font-family: Source Sans Pro;
        font-size: 15px;
        font-weight: 400;
        line-height: 24px;
        text-align: center;
        color: #5D778C;
        width: 50%;
        height: 20%;
        margin: auto;
        padding: 20px;
    }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .center {
        display: flex;
    }

    .three-card {
        display: flex;
        justify-content: space-between;
        gap: 15px;
        width: 80%;
        margin: 50px auto;
    }

    .nav-gap {
        gap: 10px;
    }

    li a {
        font-size: 14px;
    }

    .search-input {
        display: block;
    }

    .search-btn {
        background-color: #3D50B1;
        cursor: pointer;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 50px;
        height: 42px;
        padding: 0;
        border-radius: 0px 50px 50px 0px;
    }

    .search-container {
        width: 139px;
    }

    .left-text {
        width: 25%;
        height: 370px;
        flex-wrap: wrap;
        margin: 10em 7em 10em 0em;
        display: flex;
        justify-content: flex-start;
        place-items: start;
        gap: 15px;
    }

    .three-box {
        width: 80%;
        display: flex;
        margin-top: -60px auto;
        align-items: center;
        justify-content: space-evenly;
        text-align: center;
        margin: auto;
        height: fit-content;
    }

    .tcard {
        display: flex;
        flex-direction: column;
        flex: 1 1 calc(33.33% - 10px);
        /* Three cards per row */
        margin: 50px auto;
        box-sizing: border-box;
        gap: 15px;
        padding: 10px;
    }

    .fourbox {
        padding: 100px 0;
        display: flex;
        flex-direction: row;
        justify-content: center;
        place-items: center;
        gap: 50px;
    }

    .fourbox .right {
        padding: 20px;
    }

    .fourbox .right .parent {
        margin-left: -270px;
        margin-top: 30px;
    }

    .home-container {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 83%;
        gap: 10px;
        margin: 0 auto;
        position: relative;
    }

    .home-container .left {
        flex: 1;
        display: flex;
        flex-direction: column;
    }

    .second-layer {
        background-color: #051928;
        color: white;
        padding: 0 0 111px 0;
        display: flex;
    }

    .three-box {
        width: 100%;
        display: flex;
        margin-top: -60px;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    .three-box .box {
        width: 360px;
        height: 259px;
        background-color: white;
        padding: 19px 5px;
        margin: 15px;
        margin-top: -50px;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        place-items: center;
        gap: 15px;
        box-shadow: 0px 10px 50px 0px #9D9D9D26;
        border: 5px 0 0 0;
    }

    .three-box .box i {
        border-radius: 30px;
        margin: 20px;
        padding: 15px;
    }

    .three-box .box h1 {
        font-size: 30px;
        padding: 5px;
        font-weight: 700;
        font-family: Barlow;
        font-size: 36px;
        font-weight: 700;
        line-height: 43.2px;
        text-align: center;
    }

    .inone-right {
        position: fixed;
        right: 10%;
        top: 50%;
        transform: translateY(-50%);
        z-index: 1000;
    }

    .news-banner {
        width: 75%;
        margin: auto;
        text-align: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
        place-items: center;
        gap: 50px;
    }

    .container {
        width: 80%;
        box-sizing: border-box;
        margin: auto;
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
        gap: 30px;
        margin: 15px auto;
        cursor: pointer;
    }

    .about-container {
        padding: 0;
    }

    .about-paras {
        font-family: Source Sans Pro;
        font-weight: 400;
        font-size: 15px;
        line-height: 24px;
        color: #22222299;
        padding: 0 50px;
        width: 100%;
    }

    .contact {
        display: flex;
        flex-direction: row;
        justify-content: center;
        place-items: center;
        gap: 50px;
        padding: 100px 100px;
    }

    .partner-logos {
        display: flex;
        justify-content: space-around;
        align-items: center;
        padding: 20px 0;
        gap: 15px;
    }

    .plogo {
        max-width: 100px;
        height: auto;
        margin: 0 10px;
    }

    .text {
        text-align: center;
        display: flex;
        justify-content: center;
        place-items: center;
        flex-direction: column;
        width: 50%;
        gap: 15px;
        padding: 50px;
    }

    #font-40 {
        font-family: Barlow;
        font-size: 50px;
        font-weight: 700;
        line-height: 76.8px;
        text-align: center;
        color: #051928;
    }

    .heading-card h1 {
        font-family: Barlow;
        font-size: 64px;
        font-weight: 700;
        line-height: 76.8px;
        text-align: center;
        width: 100%;
    }

    .heading-text {
        font-family: Source Sans Pro;
        font-size: 15px;
        font-weight: 400;
        line-height: 24px;
        text-align: center;
        color: #5D778C;
        width: 50%;
        height: 20%;
        margin: auto;
        padding: 20px;
    }
}